*{ margin: 0; padding: 0; border: none;}

/********************** start *********************/
#top{
	width: 100%;
	height: 24px;
	background-color:#494949;
}
#top .contact{
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	font: 12px/24px "微软雅黑";
	color: #cbcbcb;
	
}
#head{
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}
#head .logo{
	position: absolute;
	top:18px;
	left: 0;
}
#head .logo a{
	display: block;
	width: 350px;
	height:178px;
	background: url(../images/Yt-logo.gif) no-repeat;
}
#head span{
	position: absolute;
	top:104px;
	right: 0;
	font-size:12px;
	color:#63a0b9;
	line-height: 24px;
	border-bottom:10px solid #416d80;
}
#head .address{
	position: absolute;
	top:70px;
	right: 0;
	font-size:12px;
	line-height: 24px;
	border: 1px solid #416D80;
	padding: 10px;
	display: none;
}
#head .address table td{
	padding:0 20px;
}
/***************  活动部分   ************************/
#active{
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}
#active .bannar{
	width: 927px;
	height: 363px;
	float:left;
}
#active .bannar a{
	position: absolute;
}
#active .rect{
	float: left;
	width:273px;
	text-align: right;
	height:363px;
}

/*************** 网站导航部分 ******************/
#enter{
	width: 1200px;
	margin:10px auto;
	overflow: hidden;
}
#enter span{
	display: block;
	width:100%;
	height:29px;
	padding:10px 0;
	border-bottom: 1px solid #bfbfbf;
	background: url(../images/Enter.gif) no-repeat right;
	overflow: hidden;
}
#enter ul{
	width:100%;
	float:right;
	overflow: hidden;
}
#enter ul li{
	float:right;
	list-style: none;
	margin-left:20px;
}
#enter ul li a{
	display: block;
	width: 170px;
	height: 119px;
	background-image: url(../images/openGate.png);
	background-repeat: no-repeat;
}
a.gate_s{
	background-position: 0 -119px;
}
a.gate_t{
	background-position: 0 -238px;
}
a.gate_f{
	background-position: 0 -357px;
}
a.gate_fi{
	background-position: 0 -476px;
}
a.gate_ti{
	background-position: 0 -595px;
}
/********* 底部部分   **********/
#foot{
	text-align: center;
	font:12px/32px arial;
	color:#ffffff;
	width:100%;
	background:#585858;
}
#foot a{
	color: #ffffff; 
	text-decoration: none;
}
#foot a:hover{
	color:#ffc657;
	text-decoration:underline;
}
